@charset "utf-8";
li, ul, dl, dt, dd {list-style:none!important; }
* { background: #fff!important;; color: #fff!important; border:0px!important;}
img,iframe,object,embed{display:none!important;}
body {
    user-select: none; /* 标准写法 */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10及更高版本 */
}